﻿2026-07-29T11:49:15.4104788Z ##[group]Run actions/checkout@v5
2026-07-29T11:49:15.4105043Z with:
2026-07-29T11:49:15.4105223Z   repository: SaberMage/spt-shell-notify
2026-07-29T11:49:15.4105466Z   path: .adapter-notify
2026-07-29T11:49:15.4107273Z   token: ***
2026-07-29T11:49:15.4107453Z   ssh-strict: true
2026-07-29T11:49:15.4107641Z   ssh-user: git
2026-07-29T11:49:15.4107830Z   persist-credentials: true
2026-07-29T11:49:15.4108030Z   clean: true
2026-07-29T11:49:15.4108213Z   sparse-checkout-cone-mode: true
2026-07-29T11:49:15.4108433Z   fetch-depth: 1
2026-07-29T11:49:15.4108604Z   fetch-tags: false
2026-07-29T11:49:15.4108771Z   show-progress: true
2026-07-29T11:49:15.4109215Z   lfs: false
2026-07-29T11:49:15.4109386Z   submodules: false
2026-07-29T11:49:15.4109563Z   set-safe-directory: true
2026-07-29T11:49:15.4109763Z   allow-unsafe-pr-checkout: false
2026-07-29T11:49:15.4109969Z env:
2026-07-29T11:49:15.4110135Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-29T11:49:15.4110363Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-29T11:49:15.4110610Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-29T11:49:15.4110962Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-pcQt5y
2026-07-29T11:49:15.4111404Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-pcQt5y
2026-07-29T11:49:15.4111806Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-pcQt5y
2026-07-29T11:49:15.4112216Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30447985672-1-pcQt5y
2026-07-29T11:49:15.4112535Z ##[endgroup]
2026-07-29T11:49:15.5819205Z Syncing repository: SaberMage/spt-shell-notify
2026-07-29T11:49:15.5820874Z ##[group]Getting Git version info
2026-07-29T11:49:15.5829756Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-07-29T11:49:15.5843761Z [command]/usr/bin/git version
2026-07-29T11:49:15.5882361Z git version 2.43.0
2026-07-29T11:49:15.5902064Z ##[endgroup]
2026-07-29T11:49:15.5913253Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1460a7d9-4777-466e-b757-570727e7458c' before making global git config changes
2026-07-29T11:49:15.5913899Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T11:49:15.5917257Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-29T11:49:15.5947044Z ##[group]Initializing the repository
2026-07-29T11:49:15.5950944Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-07-29T11:49:15.5978227Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-29T11:49:15.5979091Z hint: is subject to change. To configure the initial branch name to use in all
2026-07-29T11:49:15.5979652Z hint: of your new repositories, which will suppress this warning, call:
2026-07-29T11:49:15.5980045Z hint: 
2026-07-29T11:49:15.5980327Z hint: 	git config --global init.defaultBranch <name>
2026-07-29T11:49:15.5980647Z hint: 
2026-07-29T11:49:15.5980932Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-29T11:49:15.5981399Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-29T11:49:15.5981757Z hint: 
2026-07-29T11:49:15.5981958Z hint: 	git branch -m <name>
2026-07-29T11:49:15.5983345Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-07-29T11:49:15.5989895Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-07-29T11:49:15.6014404Z ##[endgroup]
2026-07-29T11:49:15.6014800Z ##[group]Disabling automatic garbage collection
2026-07-29T11:49:15.6016966Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T11:49:15.6038449Z ##[endgroup]
2026-07-29T11:49:15.6038797Z ##[group]Setting up auth
2026-07-29T11:49:15.6043663Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T11:49:15.6067915Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T11:49:15.6276473Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T11:49:15.6303386Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T11:49:15.6502651Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T11:49:15.6528773Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T11:49:15.6720460Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T11:49:15.6753804Z ##[endgroup]
2026-07-29T11:49:15.6754233Z ##[group]Determining the default branch
2026-07-29T11:49:15.6756885Z Retrieving the default branch name
2026-07-29T11:49:16.1652923Z Default branch 'main'
2026-07-29T11:49:16.1653537Z ##[endgroup]
2026-07-29T11:49:16.1653889Z ##[group]Fetching the repository
2026-07-29T11:49:16.1658334Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-07-29T11:49:16.8611293Z From https://github.com/SaberMage/spt-shell-notify
2026-07-29T11:49:16.8611750Z  * [new branch]      main       -> origin/main
2026-07-29T11:49:16.8660273Z ##[endgroup]
2026-07-29T11:49:16.8660588Z ##[group]Determining the checkout info
2026-07-29T11:49:16.8662464Z ##[endgroup]
2026-07-29T11:49:16.8665900Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T11:49:16.8700995Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T11:49:16.8726758Z ##[group]Checking out the ref
2026-07-29T11:49:16.8729365Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-07-29T11:49:16.8764961Z Switched to a new branch 'main'
2026-07-29T11:49:16.8765438Z branch 'main' set up to track 'origin/main'.
2026-07-29T11:49:16.8770123Z ##[endgroup]
2026-07-29T11:49:16.8803911Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T11:49:16.8829658Z ee2d37eadc730c0019e0af82d683074c509634a2
